home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / D / Decision_table / INFOTEXT < prev   
Text File  |  1992-09-02  |  444b  |  12 lines

  1. In computing, a method of describing a
  2. procedure for a program to follow, based on
  3. comparing possible decisions and their
  4. consequences. It is often used as an aid in
  5. systems design. The top part of the table
  6. contains the conditions for making decisions
  7. (for example if a number is negative rather
  8. than positive and is less than 1), the bottom
  9. part describes the outcomes when those
  10. conditions are met (then either end or repeat
  11. the operation).
  12.